Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFEGaussianBlurElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedNumber
stdDeviationX
Corresponds to attribute ‘stdDeviation’ on the given ‘feGaussianBlur’ element. Contains the X component of attribute ‘stdDeviation’.
SVGAnimatedNumber
stdDeviationY
Corresponds to attribute ‘stdDeviation’ on the given ‘feGaussianBlur’ element. Contains the Y component (possibly computed automatically) of attribute ‘stdDeviation’.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
Operations
void
setStdDeviation(float stdDeviationX, float stdDeviationY)
Sets the values for attribute ‘stdDeviation’. Parametersfloat stdDeviationX The X component of attribute ‘stdDeviation’. float stdDeviationY The Y component of attribute ‘stdDeviation’. ExceptionsDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.